3.319 \(\int \frac {(c-c \sin (e+f x))^{3/2}}{a+a \sin (e+f x)} \, dx\)

Optimal. Leaf size=60 \[ \frac {2 \sec (e+f x) (c-c \sin (e+f x))^{3/2}}{a f}-\frac {8 c \sec (e+f x) \sqrt {c-c \sin (e+f x)}}{a f} \]

[Out]

2*sec(f*x+e)*(c-c*sin(f*x+e))^(3/2)/a/f-8*c*sec(f*x+e)*(c-c*sin(f*x+e))^(1/2)/a/f

________________________________________________________________________________________

Rubi [A]  time = 0.20, antiderivative size = 60, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 28, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.107, Rules used = {2736, 2674, 2673} \[ \frac {2 \sec (e+f x) (c-c \sin (e+f x))^{3/2}}{a f}-\frac {8 c \sec (e+f x) \sqrt {c-c \sin (e+f x)}}{a f} \]

Antiderivative was successfully verified.

[In]

Int[(c - c*Sin[e + f*x])^(3/2)/(a + a*Sin[e + f*x]),x]

[Out]

(-8*c*Sec[e + f*x]*Sqrt[c - c*Sin[e + f*x]])/(a*f) + (2*Sec[e + f*x]*(c - c*Sin[e + f*x])^(3/2))/(a*f)

Rule 2673

Int[(cos[(e_.) + (f_.)*(x_)]*(g_.))^(p_)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_), x_Symbol] :> Simp[(b*(g*
Cos[e + f*x])^(p + 1)*(a + b*Sin[e + f*x])^(m - 1))/(f*g*(m - 1)), x] /; FreeQ[{a, b, e, f, g, m, p}, x] && Eq
Q[a^2 - b^2, 0] && EqQ[2*m + p - 1, 0] && NeQ[m, 1]

Rule 2674

Int[(cos[(e_.) + (f_.)*(x_)]*(g_.))^(p_)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_), x_Symbol] :> -Simp[(b*(g
*Cos[e + f*x])^(p + 1)*(a + b*Sin[e + f*x])^(m - 1))/(f*g*(m + p)), x] + Dist[(a*(2*m + p - 1))/(m + p), Int[(
g*Cos[e + f*x])^p*(a + b*Sin[e + f*x])^(m - 1), x], x] /; FreeQ[{a, b, e, f, g, m, p}, x] && EqQ[a^2 - b^2, 0]
 && IGtQ[Simplify[(2*m + p - 1)/2], 0] && NeQ[m + p, 0]

Rule 2736

Int[((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_.)*((c_) + (d_.)*sin[(e_.) + (f_.)*(x_)])^(n_.), x_Symbol] :> Di
st[a^m*c^m, Int[Cos[e + f*x]^(2*m)*(c + d*Sin[e + f*x])^(n - m), x], x] /; FreeQ[{a, b, c, d, e, f, n}, x] &&
EqQ[b*c + a*d, 0] && EqQ[a^2 - b^2, 0] && IntegerQ[m] &&  !(IntegerQ[n] && ((LtQ[m, 0] && GtQ[n, 0]) || LtQ[0,
 n, m] || LtQ[m, n, 0]))

Rubi steps

\begin {align*} \int \frac {(c-c \sin (e+f x))^{3/2}}{a+a \sin (e+f x)} \, dx &=\frac {\int \sec ^2(e+f x) (c-c \sin (e+f x))^{5/2} \, dx}{a c}\\ &=\frac {2 \sec (e+f x) (c-c \sin (e+f x))^{3/2}}{a f}+\frac {4 \int \sec ^2(e+f x) (c-c \sin (e+f x))^{3/2} \, dx}{a}\\ &=-\frac {8 c \sec (e+f x) \sqrt {c-c \sin (e+f x)}}{a f}+\frac {2 \sec (e+f x) (c-c \sin (e+f x))^{3/2}}{a f}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.31, size = 88, normalized size = 1.47 \[ -\frac {2 c (\sin (e+f x)+3) \sqrt {c-c \sin (e+f x)} \left (\sin \left (\frac {1}{2} (e+f x)\right )+\cos \left (\frac {1}{2} (e+f x)\right )\right )}{a f (\sin (e+f x)+1) \left (\cos \left (\frac {1}{2} (e+f x)\right )-\sin \left (\frac {1}{2} (e+f x)\right )\right )} \]

Antiderivative was successfully verified.

[In]

Integrate[(c - c*Sin[e + f*x])^(3/2)/(a + a*Sin[e + f*x]),x]

[Out]

(-2*c*(Cos[(e + f*x)/2] + Sin[(e + f*x)/2])*(3 + Sin[e + f*x])*Sqrt[c - c*Sin[e + f*x]])/(a*f*(Cos[(e + f*x)/2
] - Sin[(e + f*x)/2])*(1 + Sin[e + f*x]))

________________________________________________________________________________________

fricas [A]  time = 0.44, size = 41, normalized size = 0.68 \[ -\frac {2 \, {\left (c \sin \left (f x + e\right ) + 3 \, c\right )} \sqrt {-c \sin \left (f x + e\right ) + c}}{a f \cos \left (f x + e\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c-c*sin(f*x+e))^(3/2)/(a+a*sin(f*x+e)),x, algorithm="fricas")

[Out]

-2*(c*sin(f*x + e) + 3*c)*sqrt(-c*sin(f*x + e) + c)/(a*f*cos(f*x + e))

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: NotImplementedError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c-c*sin(f*x+e))^(3/2)/(a+a*sin(f*x+e)),x, algorithm="giac")

[Out]

Exception raised: NotImplementedError >> Unable to parse Giac output: Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check sign: (4*pi/x/2)>(-4*pi/x/2)Unable to check si
gn: (8*pi/x/2)>(-8*pi/x/2)Unable to check sign: (8*pi/x/2)>(-8*pi/x/2)Unable to check sign: (8*pi/x/2)>(-8*pi/
x/2)Unable to check sign: (8*pi/x/2)>(-8*pi/x/2)4*sqrt(2*c)*((211106232532992*sqrt(2)*c*sign(sin(1/2*(f*x+exp(
1))-1/4*pi))+211106232532992*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^2+703687
44177664*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3-633318697598976*sqrt(2)*c*
sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^2+2814749767106560*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*
pi))*tan(1/2*exp(1))^3+1477743627730944*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^4-8444249
30131968*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^5+70368744177664*sqrt(2)*c*sign(sin(1/2*
(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^6-3166593487994880*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/4*
exp(1))^2+1407374883553280*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/4*exp(1))^3+3166593487994880*sqr
t(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/4*exp(1))^4-422212465065984*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1)
)-1/4*pi))*tan(1/4*exp(1))^5-211106232532992*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/4*exp(1))^6+35
1843720888320*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))-844424930131968*sqrt(2)
*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))-422212465065984*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*
pi))*tan(1/4*exp(1))-3166593487994880*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))
^2*tan(1/2*exp(1))^2+3166593487994880*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))
^2*tan(1/2*exp(1))^4-211106232532992*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^
2*tan(1/2*exp(1))^6-3166593487994880*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^
2*tan(1/4*exp(1))^2-4222124650659840*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^
2*tan(1/4*exp(1))^3+3166593487994880*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^
2*tan(1/4*exp(1))^4+1266637395197952*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^
2*tan(1/4*exp(1))^5-211106232532992*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^2
*tan(1/4*exp(1))^6+1266637395197952*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^2
*tan(1/4*exp(1))-1055531162664960*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*t
an(1/2*exp(1))^2-2814749767106560*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*t
an(1/2*exp(1))^3+1055531162664960*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*t
an(1/2*exp(1))^4+844424930131968*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*ta
n(1/2*exp(1))^5-70368744177664*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(
1/2*exp(1))^6-1055531162664960*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(
1/4*exp(1))^2+1407374883553280*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(
1/4*exp(1))^3+1055531162664960*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(
1/4*exp(1))^4-422212465065984*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1
/4*exp(1))^5-70368744177664*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/4
*exp(1))^6+844424930131968*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*
exp(1))-422212465065984*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/4*exp
(1))+9499780463984640*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^2*tan(1/4*exp(1))^2+2955487
2554618880*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^2*tan(1/4*exp(1))^3-9499780463984640*s
qrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^2*tan(1/4*exp(1))^4-8866461766385664*sqrt(2)*c*sig
n(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^2*tan(1/4*exp(1))^5+633318697598976*sqrt(2)*c*sign(sin(1/2*(f*
x+exp(1))-1/4*pi))*tan(1/2*exp(1))^2*tan(1/4*exp(1))^6-8866461766385664*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/
4*pi))*tan(1/2*exp(1))^2*tan(1/4*exp(1))-42221246506598400*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/
2*exp(1))^3*tan(1/4*exp(1))^2+56294995342131200*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^3
*tan(1/4*exp(1))^3+42221246506598400*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^3*tan(1/4*ex
p(1))^4-16888498602639360*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^3*tan(1/4*exp(1))^5-281
4749767106560*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^3*tan(1/4*exp(1))^6-168884986026393
60*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^3*tan(1/4*exp(1))-22166154415964160*sqrt(2)*c*
sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^4*tan(1/4*exp(1))^2-12666373951979520*sqrt(2)*c*sign(sin(1/
2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^4*tan(1/4*exp(1))^3+22166154415964160*sqrt(2)*c*sign(sin(1/2*(f*x+exp(
1))-1/4*pi))*tan(1/2*exp(1))^4*tan(1/4*exp(1))^4+3799912185593856*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))
*tan(1/2*exp(1))^4*tan(1/4*exp(1))^5-1477743627730944*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp
(1))^4*tan(1/4*exp(1))^6+3799912185593856*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^4*tan(1
/4*exp(1))+12666373951979520*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^5*tan(1/4*exp(1))^2-
16888498602639360*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^5*tan(1/4*exp(1))^3-12666373951
979520*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^5*tan(1/4*exp(1))^4+5066549580791808*sqrt(
2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^5*tan(1/4*exp(1))^5+844424930131968*sqrt(2)*c*sign(sin
(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^5*tan(1/4*exp(1))^6+5066549580791808*sqrt(2)*c*sign(sin(1/2*(f*x+ex
p(1))-1/4*pi))*tan(1/2*exp(1))^5*tan(1/4*exp(1))-1055531162664960*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))
*tan(1/2*exp(1))^6*tan(1/4*exp(1))^2+4222124650659840*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp
(1))^6*tan(1/4*exp(1))^3+1055531162664960*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^6*tan(1
/4*exp(1))^4-1266637395197952*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^6*tan(1/4*exp(1))^5
-70368744177664*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^6*tan(1/4*exp(1))^6-1266637395197
952*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^6*tan(1/4*exp(1))-2744381022928896*sqrt(2)*c*
sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^2+3588805953060864*sqrt(2)*c*si
gn(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^4-70368744177664*sqrt(2)*c*sign(s
in(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^6-5277655813324800*sqrt(2)*c*sign(sin
(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/4*exp(1))^2+1407374883553280*sqrt(2)*c*sign(sin(1
/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/4*exp(1))^3+5277655813324800*sqrt(2)*c*sign(sin(1/2
*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/4*exp(1))^4-422212465065984*sqrt(2)*c*sign(sin(1/2*(f
*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/4*exp(1))^5-351843720888320*sqrt(2)*c*sign(sin(1/2*(f*x+
exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/4*exp(1))^6-422212465065984*sqrt(2)*c*sign(sin(1/2*(f*x+exp
(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/4*exp(1))+12666373951979520*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1)
)-1/4*pi))*tan(1/2*exp(1))*tan(1/4*exp(1))^2-16888498602639360*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*ta
n(1/2*exp(1))*tan(1/4*exp(1))^3-12666373951979520*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))
*tan(1/4*exp(1))^4+5066549580791808*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))*tan(1/4*exp(1
))^5+844424930131968*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))*tan(1/4*exp(1))^6+5066549580
791808*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))*tan(1/4*exp(1))+47498902319923200*sqrt(2)*
c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^2*tan(1/2*exp(1))^2*tan(1/4*exp(1))^2+6333186
9759897600*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^2*tan(1/2*exp(1))^2*tan(1/
4*exp(1))^3-47498902319923200*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^2*tan(1
/2*exp(1))^2*tan(1/4*exp(1))^4-18999560927969280*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x
+2*exp(1)))^2*tan(1/2*exp(1))^2*tan(1/4*exp(1))^5+3166593487994880*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi)
)*tan(1/2*(1/2*f*x+2*exp(1)))^2*tan(1/2*exp(1))^2*tan(1/4*exp(1))^6-18999560927969280*sqrt(2)*c*sign(sin(1/2*(
f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^2*tan(1/2*exp(1))^2*tan(1/4*exp(1))-47498902319923200*sqrt(2)
*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^2*tan(1/2*exp(1))^4*tan(1/4*exp(1))^2-633318
69759897600*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^2*tan(1/2*exp(1))^4*tan(1
/4*exp(1))^3+47498902319923200*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^2*tan(
1/2*exp(1))^4*tan(1/4*exp(1))^4+18999560927969280*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*
x+2*exp(1)))^2*tan(1/2*exp(1))^4*tan(1/4*exp(1))^5-3166593487994880*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi
))*tan(1/2*(1/2*f*x+2*exp(1)))^2*tan(1/2*exp(1))^4*tan(1/4*exp(1))^6+18999560927969280*sqrt(2)*c*sign(sin(1/2*
(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^2*tan(1/2*exp(1))^4*tan(1/4*exp(1))+3166593487994880*sqrt(2)
*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^2*tan(1/2*exp(1))^6*tan(1/4*exp(1))^2+422212
4650659840*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^2*tan(1/2*exp(1))^6*tan(1/
4*exp(1))^3-3166593487994880*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^2*tan(1/
2*exp(1))^6*tan(1/4*exp(1))^4-1266637395197952*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2
*exp(1)))^2*tan(1/2*exp(1))^6*tan(1/4*exp(1))^5+211106232532992*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*t
an(1/2*(1/2*f*x+2*exp(1)))^2*tan(1/2*exp(1))^6*tan(1/4*exp(1))^6-1266637395197952*sqrt(2)*c*sign(sin(1/2*(f*x+
exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^2*tan(1/2*exp(1))^6*tan(1/4*exp(1))+15832967439974400*sqrt(2)*c*s
ign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))^2*tan(1/4*exp(1))^2-2111062325
3299200*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))^2*tan(1/4*e
xp(1))^3-15832967439974400*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*
exp(1))^2*tan(1/4*exp(1))^4+6333186975989760*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*e
xp(1)))^3*tan(1/2*exp(1))^2*tan(1/4*exp(1))^5+1055531162664960*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*ta
n(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))^2*tan(1/4*exp(1))^6+6333186975989760*sqrt(2)*c*sign(sin(1/2*(f*x+e
xp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))^2*tan(1/4*exp(1))+42221246506598400*sqrt(2)*c*si
gn(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))^3*tan(1/4*exp(1))^2+56294995342
131200*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))^3*tan(1/4*ex
p(1))^3-42221246506598400*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*e
xp(1))^3*tan(1/4*exp(1))^4-16888498602639360*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*e
xp(1)))^3*tan(1/2*exp(1))^3*tan(1/4*exp(1))^5+2814749767106560*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*ta
n(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))^3*tan(1/4*exp(1))^6-16888498602639360*sqrt(2)*c*sign(sin(1/2*(f*x+
exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))^3*tan(1/4*exp(1))-15832967439974400*sqrt(2)*c*s
ign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))^4*tan(1/4*exp(1))^2+2111062325
3299200*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))^4*tan(1/4*e
xp(1))^3+15832967439974400*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*
exp(1))^4*tan(1/4*exp(1))^4-6333186975989760*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*e
xp(1)))^3*tan(1/2*exp(1))^4*tan(1/4*exp(1))^5-1055531162664960*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*ta
n(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))^4*tan(1/4*exp(1))^6-6333186975989760*sqrt(2)*c*sign(sin(1/2*(f*x+e
xp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))^4*tan(1/4*exp(1))-12666373951979520*sqrt(2)*c*si
gn(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))^5*tan(1/4*exp(1))^2-16888498602
639360*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))^5*tan(1/4*ex
p(1))^3+12666373951979520*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*e
xp(1))^5*tan(1/4*exp(1))^4+5066549580791808*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*ex
p(1)))^3*tan(1/2*exp(1))^5*tan(1/4*exp(1))^5-844424930131968*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(
1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))^5*tan(1/4*exp(1))^6+5066549580791808*sqrt(2)*c*sign(sin(1/2*(f*x+exp
(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))^5*tan(1/4*exp(1))+1055531162664960*sqrt(2)*c*sign(
sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))^6*tan(1/4*exp(1))^2-14073748835532
80*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))^6*tan(1/4*exp(1)
)^3-1055531162664960*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1)
)^6*tan(1/4*exp(1))^4+422212465065984*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))
^3*tan(1/2*exp(1))^6*tan(1/4*exp(1))^5+70368744177664*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/
2*f*x+2*exp(1)))^3*tan(1/2*exp(1))^6*tan(1/4*exp(1))^6+422212465065984*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4
*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))^6*tan(1/4*exp(1))-12666373951979520*sqrt(2)*c*sign(sin(1/2
*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))*tan(1/4*exp(1))^2-16888498602639360*sqrt(
2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))*tan(1/4*exp(1))^3+126663
73951979520*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))*tan(1/4
*exp(1))^4+5066549580791808*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2
*exp(1))*tan(1/4*exp(1))^5-844424930131968*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp
(1)))^3*tan(1/2*exp(1))*tan(1/4*exp(1))^6+5066549580791808*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/
2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))*tan(1/4*exp(1))+41165715343933440*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-
1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^2*tan(1/4*exp(1))^2-71776119061217280*sqrt(2)*c*sign(sin(
1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^2*tan(1/4*exp(1))^3-41165715343933440*sq
rt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^2*tan(1/4*exp(1))^4+215
32835718365184*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^2*tan(
1/4*exp(1))^5+2744381022928896*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/
2*exp(1))^2*tan(1/4*exp(1))^6+21532835718365184*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+
2*exp(1)))*tan(1/2*exp(1))^2*tan(1/4*exp(1))-53832089295912960*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*ta
n(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^4*tan(1/4*exp(1))^2+54887620458577920*sqrt(2)*c*sign(sin(1/2*(f*x+ex
p(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^4*tan(1/4*exp(1))^3+53832089295912960*sqrt(2)*c*sig
n(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^4*tan(1/4*exp(1))^4-16466286137573
376*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^4*tan(1/4*exp(1))
^5-3588805953060864*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^4
*tan(1/4*exp(1))^6-16466286137573376*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*
tan(1/2*exp(1))^4*tan(1/4*exp(1))+1055531162664960*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f
*x+2*exp(1)))*tan(1/2*exp(1))^6*tan(1/4*exp(1))^2-7036874417766400*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi)
)*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^6*tan(1/4*exp(1))^3-1055531162664960*sqrt(2)*c*sign(sin(1/2*(f*x
+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^6*tan(1/4*exp(1))^4+2111062325329920*sqrt(2)*c*s
ign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^6*tan(1/4*exp(1))^5+703687441776
64*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^6*tan(1/4*exp(1))^
6+2111062325329920*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^6*
tan(1/4*exp(1)))/(422212465065984*a*tan(1/2*exp(1))-140737488355328*a*tan(1/2*exp(1))^3*tan(1/4*exp(1))^6+4222
12465065984*a*tan(1/2*exp(1))^2*tan(1/4*exp(1))^6-422212465065984*a*tan(1/2*exp(1))^3*tan(1/4*exp(1))^4-140737
488355328*a*tan(1/4*exp(1))^6+1266637395197952*a*tan(1/2*exp(1))^2*tan(1/4*exp(1))^4-422212465065984*a*tan(1/2
*exp(1))^3*tan(1/4*exp(1))^2-422212465065984*a*tan(1/4*exp(1))^4+1266637395197952*a*tan(1/2*exp(1))^2*tan(1/4*
exp(1))^2-140737488355328*a*tan(1/2*exp(1))^3+422212465065984*a*tan(1/2*exp(1))^2-422212465065984*a*tan(1/4*ex
p(1))^2+1266637395197952*a*tan(1/2*exp(1))*tan(1/4*exp(1))^2+1266637395197952*a*tan(1/2*exp(1))*tan(1/4*exp(1)
)^4+422212465065984*a*tan(1/2*exp(1))*tan(1/4*exp(1))^6-140737488355328*a)/(-2*tan(1/2*(1/2*f*x+2*exp(1)))^3-6
*tan(1/2*(1/2*f*x+2*exp(1)))^3*tan(1/2*exp(1))+tan(1/2*(1/2*f*x+2*exp(1)))^4*tan(1/2*exp(1))^3+2*tan(1/2*(1/2*
f*x+2*exp(1)))^3*tan(1/2*exp(1))^3-3*tan(1/2*(1/2*f*x+2*exp(1)))^4*tan(1/2*exp(1))^2+6*tan(1/2*(1/2*f*x+2*exp(
1)))^3*tan(1/2*exp(1))^2+tan(1/2*(1/2*f*x+2*exp(1)))^4-tan(1/2*exp(1))^3+3*tan(1/2*exp(1))^2-3*tan(1/2*(1/2*f*
x+2*exp(1)))^4*tan(1/2*exp(1))+6*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^2+2*tan(1/2*(1/2*f*x+2*exp(1)))*t
an(1/2*exp(1))^3-6*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))-2*tan(1/2*(1/2*f*x+2*exp(1)))+3*tan(1/2*exp(1))
-1)+1/2*(158456325028528675187087900672*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))^3-3169126
500570573503741758013440*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/4*exp(1))^3+9507379501711720511225
27404032*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/4*exp(1))^5-475368975085586025561263702016*sqrt(2)
*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi))*tan(1/2*exp(1))+950737950171172051122527404032*sqrt(2)*c*sign(sin(1/2*(f
*x+exp(1))-1/4*pi))*tan(1/4*exp(1))+9507379501711720511225274040320*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4*pi
))*tan(1/2*exp(1))^2*tan(1/4*exp(1))^3-2852213850513516153367582212096*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-1/4
*pi))*tan(1/2*exp(1))^2*tan(1/4*exp(1))^5-2852213850513516153367582212096*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))-
1/4*pi))*tan(1/2*exp(1))^2*tan(1/4*exp(1))-2376844875427930127806318510080*sqrt(2)*c*sign(sin(1/2*(f*x+exp(1))
-1/4*pi))*tan(1/2*exp(1))^3*tan(1/4*exp(1))^2+2376844875427930127806318510080*sqrt(2)*c*sign(sin(1/2*(f*x+exp(
1))-1/4*pi))*tan(1/2*exp(1))^3*tan(1/4*exp(1))^4-158456325028528675187087900672*sqrt(2)*c*sign(sin(1/2*(f*x+ex
p(1))-1/4*pi))*tan(1/2*exp(1))^3*tan(1/4*exp(1))^6+7130534626283790383418955530240*sqrt(2)*c*sign(sin(1/2*(f*x
+exp(1))-1/4*pi))*tan(1/2*exp(1))*tan(1/4*exp(1))^2-7130534626283790383418955530240*sqrt(2)*c*sign(sin(1/2*(f*
x+exp(1))-1/4*pi))*tan(1/2*exp(1))*tan(1/4*exp(1))^4+475368975085586025561263702016*sqrt(2)*c*sign(sin(1/2*(f*
x+exp(1))-1/4*pi))*tan(1/2*exp(1))*tan(1/4*exp(1))^6)*ln(abs(2*tan(1/2*exp(1))^3-2*sqrt(2)*sqrt(tan(1/2*exp(1)
)^2+1)*(tan(1/2*exp(1))^2+1)+6*tan(1/2*exp(1))^2-6*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^2+2*tan(1/2*(1/
2*f*x+2*exp(1)))*tan(1/2*exp(1))^3-6*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))+2*tan(1/2*(1/2*f*x+2*exp(1)))
-6*tan(1/2*exp(1))-2)/abs(2*tan(1/2*exp(1))^3+2*sqrt(2)*sqrt(tan(1/2*exp(1))^2+1)*(tan(1/2*exp(1))^2+1)+6*tan(
1/2*exp(1))^2-6*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^2+2*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))^3-
6*tan(1/2*(1/2*f*x+2*exp(1)))*tan(1/2*exp(1))+2*tan(1/2*(1/2*f*x+2*exp(1)))-6*tan(1/2*exp(1))-2))/sqrt(2)/sqrt
(tan(1/2*exp(1))^2+1)/(tan(1/2*exp(1))^2+1)/(158456325028528675187087900672*a*tan(1/4*exp(1))^6+47536897508558
6025561263702016*a*tan(1/4*exp(1))^4+475368975085586025561263702016*a*tan(1/4*exp(1))^2+1584563250285286751870
87900672*a))/f

________________________________________________________________________________________

maple [A]  time = 0.63, size = 49, normalized size = 0.82 \[ \frac {2 c^{2} \left (\sin \left (f x +e \right )-1\right ) \left (3+\sin \left (f x +e \right )\right )}{a \cos \left (f x +e \right ) \sqrt {c -c \sin \left (f x +e \right )}\, f} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c-c*sin(f*x+e))^(3/2)/(a+a*sin(f*x+e)),x)

[Out]

2*c^2/a*(sin(f*x+e)-1)*(3+sin(f*x+e))/cos(f*x+e)/(c-c*sin(f*x+e))^(1/2)/f

________________________________________________________________________________________

maxima [B]  time = 0.92, size = 146, normalized size = 2.43 \[ \frac {2 \, {\left (3 \, c^{\frac {3}{2}} + \frac {2 \, c^{\frac {3}{2}} \sin \left (f x + e\right )}{\cos \left (f x + e\right ) + 1} + \frac {6 \, c^{\frac {3}{2}} \sin \left (f x + e\right )^{2}}{{\left (\cos \left (f x + e\right ) + 1\right )}^{2}} + \frac {2 \, c^{\frac {3}{2}} \sin \left (f x + e\right )^{3}}{{\left (\cos \left (f x + e\right ) + 1\right )}^{3}} + \frac {3 \, c^{\frac {3}{2}} \sin \left (f x + e\right )^{4}}{{\left (\cos \left (f x + e\right ) + 1\right )}^{4}}\right )}}{{\left (a + \frac {a \sin \left (f x + e\right )}{\cos \left (f x + e\right ) + 1}\right )} f {\left (\frac {\sin \left (f x + e\right )^{2}}{{\left (\cos \left (f x + e\right ) + 1\right )}^{2}} + 1\right )}^{\frac {3}{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c-c*sin(f*x+e))^(3/2)/(a+a*sin(f*x+e)),x, algorithm="maxima")

[Out]

2*(3*c^(3/2) + 2*c^(3/2)*sin(f*x + e)/(cos(f*x + e) + 1) + 6*c^(3/2)*sin(f*x + e)^2/(cos(f*x + e) + 1)^2 + 2*c
^(3/2)*sin(f*x + e)^3/(cos(f*x + e) + 1)^3 + 3*c^(3/2)*sin(f*x + e)^4/(cos(f*x + e) + 1)^4)/((a + a*sin(f*x +
e)/(cos(f*x + e) + 1))*f*(sin(f*x + e)^2/(cos(f*x + e) + 1)^2 + 1)^(3/2))

________________________________________________________________________________________

mupad [B]  time = 7.29, size = 90, normalized size = 1.50 \[ -\frac {2\,c\,\sqrt {-c\,\left (\sin \left (e+f\,x\right )-1\right )}\,\left (22\,{\sin \left (\frac {e}{2}+\frac {f\,x}{2}\right )}^2+2\,{\sin \left (\frac {3\,e}{2}+\frac {3\,f\,x}{2}\right )}^2+4\,\sin \left (2\,e+2\,f\,x\right )-12\right )}{a\,f\,\left (4\,{\sin \left (e+f\,x\right )}^2+\sin \left (e+f\,x\right )+\sin \left (3\,e+3\,f\,x\right )-4\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c - c*sin(e + f*x))^(3/2)/(a + a*sin(e + f*x)),x)

[Out]

-(2*c*(-c*(sin(e + f*x) - 1))^(1/2)*(4*sin(2*e + 2*f*x) + 22*sin(e/2 + (f*x)/2)^2 + 2*sin((3*e)/2 + (3*f*x)/2)
^2 - 12))/(a*f*(sin(e + f*x) + sin(3*e + 3*f*x) + 4*sin(e + f*x)^2 - 4))

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \frac {\int \frac {c \sqrt {- c \sin {\left (e + f x \right )} + c}}{\sin {\left (e + f x \right )} + 1}\, dx + \int \left (- \frac {c \sqrt {- c \sin {\left (e + f x \right )} + c} \sin {\left (e + f x \right )}}{\sin {\left (e + f x \right )} + 1}\right )\, dx}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c-c*sin(f*x+e))**(3/2)/(a+a*sin(f*x+e)),x)

[Out]

(Integral(c*sqrt(-c*sin(e + f*x) + c)/(sin(e + f*x) + 1), x) + Integral(-c*sqrt(-c*sin(e + f*x) + c)*sin(e + f
*x)/(sin(e + f*x) + 1), x))/a

________________________________________________________________________________________